<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.comment.service.notification.override">

  <require>org.nuxeo.ecm.platform.comment.service.notification</require>

  <extension point="notifications" target="org.nuxeo.ecm.platform.ec.notification.service.NotificationService">

    <notification autoSubscribed="false" availableIn="*" channel="email" enabled="true" label="notifications.name.CommentAdded" name="CommentAdded" subject="New comment on '${docTitle}'" template="commentAdded">
      <event name="commentAdded"/>
    </notification>

  </extension>

</component>
